crypto/tls.halfConn.cipher (field)
14 uses
crypto/tls (current package)
conn.go#L174: cipher any // cipher algorithm
conn.go#L219: hc.cipher = hc.nextCipher
conn.go#L234: hc.cipher = suite.aead(key, iv)
conn.go#L257: if hc.cipher == nil {
conn.go#L261: switch c := hc.cipher.(type) {
conn.go#L355: if hc.cipher != nil {
conn.go#L356: switch c := hc.cipher.(type) {
conn.go#L480: if hc.cipher == nil {
conn.go#L487: if _, isCBC := hc.cipher.(cbcMode); !isCBC && explicitNonceLen < 16 {
conn.go#L506: switch c := hc.cipher.(type) {
conn.go#L695: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L912: if c.out.cipher != nil {
conn.go#L913: switch ciph := c.out.cipher.(type) {
conn.go#L1245: if _, ok := c.out.cipher.(cipher.BlockMode); ok {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |